C:\wamp\www\phpld42 with cron count\PhpLD\templates\Professional\footer.tpl
C:\wamp\www\phpld42\PhpLD\templates\Professional\footer.tpl
 1 {strip}
 2             {* Pagination *}
 3             {if !empty($MainPaging) and $MainPaging.page_total > 1}
 4                <div class="navig">
 5                   <div class="mainPaging">
 6                      {* Display Paging Links *}
 7                      <div class="pagingLinks">
 8                         {paginate_prev id="MainPaging"} {paginate_middle id="MainPaging" format="page" prefix="" suffix="" link_prefix=" " link_suffix=" " current_page_prefix="[" current_page_suffix="]"} {paginate_next id="MainPaging"}
 9                      </div>
10                   </div>
11             
12                   {l}Total records:{/l} {$MainPaging.total}
13                </div>
14             {/if}
15             
16 
17 
18             <div style="clear: both"></div>
19             
20             {if !$uid & !$search & empty($category.ID) & !$list & $scriptname == "index"}
21             
22             <ul id="sortable_central" style="list-style-type: none; padding: 0px; margin: 0;">
23             {foreach from=$widgets.MAIN_ON_HOMEPAGE.BOT item=v}
24                 <li id="{$v.ID}">
25                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
26                 {include file="widget_central_top.tpl"}
27                 {/if}
28                 {$v.CONTENT}
29                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
30                 {include file="widget_central_bot.tpl"}
31                 {/if}
32                 </li>
33             {/foreach}
34             {else}
35             {foreach from=$widgets.MAIN_NOT_ON_HOMEPAGE.BOT item=v}
36                 <li id="{$v.ID}">
37                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
38                 {include file="widget_central_top.tpl"}
39                 {/if}
40                 {$v.CONTENT}
41                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
42                 {include file="widget_central_bot.tpl"}
43                 {/if}
44                 </li>
45             {/foreach}
46             </ul>
47             
48             {/if}
49         </div>
50         <div class="centerContainerB"></div>
51     </div>
52     
53     {include file="right_side.tpl"}
54     
55     <div style="clear: both; height: 30px;"></div>
56 </div>
57 
58 <div class="footer">
59     <a href="http://www.phplinkdirectory.com" title="powered by phpLD">powered by phpLD</a>
60 </div>
61 
62 {$smarty.const.GOOGLE_ANALYTICS}
63 
64 </body>
65 </html>
66 {/strip}
 1 {strip}
 2             {* Pagination *}
 3             {if !empty($MainPaging) and $MainPaging.page_total > 1}
 4                <div class="navig">
 5                   <div class="mainPaging">
 6                      {* Display Paging Links *}
 7                      <div class="pagingLinks">
 8                         {paginate_prev id="MainPaging"} {paginate_middle id="MainPaging" format="page" prefix="" suffix="" link_prefix=" " link_suffix=" " current_page_prefix="[" current_page_suffix="]"} {paginate_next id="MainPaging"}
 9                      </div>
10                   </div>
11             
12                   {l}Total records:{/l} {$MainPaging.total}
13                </div>
14             {/if}
15             
16 
17 
18             <div style="clear: both"></div>
19             
20             {if !$uid & !$search & empty($category.ID) & !$list & $scriptname == "index"}
21             
22             <ul id="sortable_central" style="list-style-type: none; padding: 0px; margin: 0;">
23             {foreach from=$widgets.MAIN_ON_HOMEPAGE.BOT item=v}
24                 <li id="{$v.ID}">
25                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
26                 {include file="widget_central_top.tpl"}
27                 {/if}
28                 {$v.CONTENT}
29                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
30                 {include file="widget_central_bot.tpl"}
31                 {/if}
32                 </li>
33             {/foreach}
34             {else}
35             {foreach from=$widgets.MAIN_NOT_ON_HOMEPAGE.BOT item=v}
36                 <li id="{$v.ID}">
37                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
38                 {include file="widget_central_top.tpl"}
39                 {/if}
40                 {$v.CONTENT}
41                 {if $v.SETTINGS.DISPLAY_IN_BOX eq 'Yes'}
42                 {include file="widget_central_bot.tpl"}
43                 {/if}
44                 </li>
45             {/foreach}
46             </ul>
47             
48             {/if}
49         </div>
50         <div class="centerContainerB"></div>
51     </div>
52     
53     {include file="right_side.tpl"}
54     
55     <div style="clear: both; height: 30px;"></div>
56 </div>
57 
58 <div class="footer">
59     <a href="http://www.phplinkdirectory.com" title="Directory Script by PHP Link Directory">Directory Script by PHP Link Directory</a>
60 </div>
61 
62 {$smarty.const.GOOGLE_ANALYTICS}
63 
64 </body>
65 </html>
66 {/strip}
Legend:
Added(0,4)
Deleted(0,0)
Changed(1)
Changed in changed(4)